• frmServicesRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmServicesRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServicesRecord1))
35         Me.Panel1 = New System.Windows.Forms.Panel()
36         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
37         Me.txtCustomerName = New System.Windows.Forms.TextBox()
38         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
39         Me.Label6 = New System.Windows.Forms.Label()
40         Me.cmbStatus = New System.Windows.Forms.ComboBox()
41         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
42         Me.Label3 = New System.Windows.Forms.Label()
43         Me.Button1 = New System.Windows.Forms.Button()
44         Me.Label5 = New System.Windows.Forms.Label()
45         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
46         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
47         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
48         Me.Label2 = New System.Windows.Forms.Label()
49         Me.btnGetData = New System.Windows.Forms.Button()
50         Me.Label4 = New System.Windows.Forms.Label()
51         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
52         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
53         Me.cmbServiceCode = New System.Windows.Forms.ComboBox()
54         Me.Panel5 = New System.Windows.Forms.Panel()
55         Me.btnExportExcel = New System.Windows.Forms.Button()
56         Me.btnClose = New System.Windows.Forms.Button()
57         Me.btnReset = New System.Windows.Forms.Button()
58         Me.dgw = New System.Windows.Forms.DataGridView()
59         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
72         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.Panel2 = New System.Windows.Forms.Panel()
74         Me.lblSet = New System.Windows.Forms.Label()
75         Me.Label1 = New System.Windows.Forms.Label()
76         Me.Panel1.SuspendLayout()
77         Me.GroupBox4.SuspendLayout()
78         Me.GroupBox3.SuspendLayout()
79         Me.GroupBox2.SuspendLayout()
80         Me.GroupBox1.SuspendLayout()
81         Me.Panel5.SuspendLayout()
82         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
83         Me.Panel2.SuspendLayout()
84         Me.SuspendLayout()
85         
'
86         
'Panel1
87         
'
88         Me.Panel1.BackColor = System.Drawing.Color.White
89         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
90         Me.Panel1.Controls.Add(Me.GroupBox4)
91         Me.Panel1.Controls.Add(Me.GroupBox3)
92         Me.Panel1.Controls.Add(Me.GroupBox2)
93         Me.Panel1.Controls.Add(Me.GroupBox1)
94         Me.Panel1.Controls.Add(Me.Panel5)
95         Me.Panel1.Controls.Add(Me.dgw)
96         Me.Panel1.Controls.Add(Me.Panel2)
97         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
98         Me.Panel1.Name =
"Panel1"
99         Me.Panel1.Size = New System.Drawing.Size(
1250, 618)
100         Me.Panel1.TabIndex =
2
101         
'
102         
'GroupBox4
103         
'
104         Me.GroupBox4.Controls.Add(Me.txtCustomerName)
105         Me.GroupBox4.Location = New System.Drawing.Point(
9, 151)
106         Me.GroupBox4.Name =
"GroupBox4"
107         Me.GroupBox4.Size = New System.Drawing.Size(
168, 75)
108         Me.GroupBox4.TabIndex =
51
109         Me.GroupBox4.TabStop = False
110         Me.GroupBox4.Text =
"Search By Customer Name"
111         
'
112         
'txtCustomerName
113         
'
114         Me.txtCustomerName.BackColor = System.Drawing.Color.White
115         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.txtCustomerName.Location = New System.Drawing.Point(
14, 38)
117         Me.txtCustomerName.Name =
"txtCustomerName"
118         Me.txtCustomerName.Size = New System.Drawing.Size(
138, 21)
119         Me.txtCustomerName.TabIndex =
14
120         
'
121         
'GroupBox3
122         
'
123         Me.GroupBox3.Controls.Add(Me.Label6)
124         Me.GroupBox3.Controls.Add(Me.cmbStatus)
125         Me.GroupBox3.Controls.Add(Me.DateTimePicker1)
126         Me.GroupBox3.Controls.Add(Me.Label3)
127         Me.GroupBox3.Controls.Add(Me.Button1)
128         Me.GroupBox3.Controls.Add(Me.Label5)
129         Me.GroupBox3.Controls.Add(Me.DateTimePicker2)
130         Me.GroupBox3.Location = New System.Drawing.Point(
180, 151)
131         Me.GroupBox3.Name =
"GroupBox3"
132         Me.GroupBox3.Size = New System.Drawing.Size(
489, 75)
133         Me.GroupBox3.TabIndex =
50
134         Me.GroupBox3.TabStop = False
135         Me.GroupBox3.Text =
"Search by Service Creation Date and Status"
136         
'
137         
'Label6
138         
'
139         Me.Label6.AutoSize = True
140         Me.Label6.Location = New System.Drawing.Point(
285, 22)
141         Me.Label6.Name =
"Label6"
142         Me.Label6.Size = New System.Drawing.Size(
43, 13)
143         Me.Label6.TabIndex =
16
144         Me.Label6.Text =
"Status :"
145         
'
146         
'cmbStatus
147         
'
148         Me.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
149         Me.cmbStatus.FormattingEnabled = True
150         Me.cmbStatus.Items.AddRange(New Object() {
"Resolved", "Under Processing", "Unresolved"})
151         Me.cmbStatus.Location = New System.Drawing.Point(
288, 41)
152         Me.cmbStatus.Name =
"cmbStatus"
153         Me.cmbStatus.Size = New System.Drawing.Size(
111, 21)
154         Me.cmbStatus.TabIndex =
15
155         
'
156         
'DateTimePicker1
157         
'
158         Me.DateTimePicker1.CustomFormat =
"dd/MM/yyyy"
159         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
160         Me.DateTimePicker1.Location = New System.Drawing.Point(
156, 41)
161         Me.DateTimePicker1.Name =
"DateTimePicker1"
162         Me.DateTimePicker1.Size = New System.Drawing.Size(
119, 20)
163         Me.DateTimePicker1.TabIndex =
14
164         
'
165         
'Label3
166         
'
167         Me.Label3.AutoSize = True
168         Me.Label3.Location = New System.Drawing.Point(
153, 22)
169         Me.Label3.Name =
"Label3"
170         Me.Label3.Size = New System.Drawing.Size(
26, 13)
171         Me.Label3.TabIndex =
13
172         Me.Label3.Text =
"To :"
173         
'
174         
'Button1
175         
'
176         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
177         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
178         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.Button1.Location = New System.Drawing.Point(
405, 41)
180         Me.Button1.Name =
"Button1"
181         Me.Button1.Size = New System.Drawing.Size(
76, 20)
182         Me.Button1.TabIndex =
1
183         Me.Button1.Text =
"Get Data"
184         Me.Button1.UseVisualStyleBackColor = True
185         
'
186         
'Label5
187         
'
188         Me.Label5.AutoSize = True
189         Me.Label5.Location = New System.Drawing.Point(
13, 22)
190         Me.Label5.Name =
"Label5"
191         Me.Label5.Size = New System.Drawing.Size(
36, 13)
192         Me.Label5.TabIndex =
12
193         Me.Label5.Text =
"From :"
194         
'
195         
'DateTimePicker2
196         
'
197         Me.DateTimePicker2.CustomFormat =
"dd/MM/yyyy"
198         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
199         Me.DateTimePicker2.Location = New System.Drawing.Point(
16, 41)
200         Me.DateTimePicker2.Name =
"DateTimePicker2"
201         Me.DateTimePicker2.Size = New System.Drawing.Size(
119, 20)
202         Me.DateTimePicker2.TabIndex =
11
203         
'
204         
'GroupBox2
205         
'
206         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
207         Me.GroupBox2.Controls.Add(Me.Label2)
208         Me.GroupBox2.Controls.Add(Me.btnGetData)
209         Me.GroupBox2.Controls.Add(Me.Label4)
210         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
211         Me.GroupBox2.Location = New System.Drawing.Point(
180, 70)
212         Me.GroupBox2.Name =
"GroupBox2"
213         Me.GroupBox2.Size = New System.Drawing.Size(
373, 75)
214         Me.GroupBox2.TabIndex =
49
215         Me.GroupBox2.TabStop = False
216         Me.GroupBox2.Text =
"Search by Service Creation Date"
217         
'
218         
'dtpDateTo
219         
'
220         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
221         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
222         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
223         Me.dtpDateTo.Name =
"dtpDateTo"
224         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
225         Me.dtpDateTo.TabIndex =
14
226         
'
227         
'Label2
228         
'
229         Me.Label2.AutoSize = True
230         Me.Label2.Location = New System.Drawing.Point(
153, 22)
231         Me.Label2.Name =
"Label2"
232         Me.Label2.Size = New System.Drawing.Size(
26, 13)
233         Me.Label2.TabIndex =
13
234         Me.Label2.Text =
"To :"
235         
'
236         
'btnGetData
237         
'
238         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
239         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
240         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
242         Me.btnGetData.Name =
"btnGetData"
243         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
244         Me.btnGetData.TabIndex =
1
245         Me.btnGetData.Text =
"Get Data"
246         Me.btnGetData.UseVisualStyleBackColor = True
247         
'
248         
'Label4
249         
'
250         Me.Label4.AutoSize = True
251         Me.Label4.Location = New System.Drawing.Point(
13, 22)
252         Me.Label4.Name =
"Label4"
253         Me.Label4.Size = New System.Drawing.Size(
36, 13)
254         Me.Label4.TabIndex =
12
255         Me.Label4.Text =
"From :"
256         
'
257         
'dtpDateFrom
258         
'
259         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
260         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
261         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
262         Me.dtpDateFrom.Name =
"dtpDateFrom"
263         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
264         Me.dtpDateFrom.TabIndex =
11
265         
'
266         
'GroupBox1
267         
'
268         Me.GroupBox1.Controls.Add(Me.cmbServiceCode)
269         Me.GroupBox1.Location = New System.Drawing.Point(
9, 70)
270         Me.GroupBox1.Name =
"GroupBox1"
271         Me.GroupBox1.Size = New System.Drawing.Size(
168, 75)
272         Me.GroupBox1.TabIndex =
48
273         Me.GroupBox1.TabStop = False
274         Me.GroupBox1.Text =
"Search By Service Code"
275         
'
276         
'cmbServiceCode
277         
'
278         Me.cmbServiceCode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
279         Me.cmbServiceCode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
280         Me.cmbServiceCode.FormattingEnabled = True
281         Me.cmbServiceCode.Location = New System.Drawing.Point(
14, 32)
282         Me.cmbServiceCode.Name =
"cmbServiceCode"
283         Me.cmbServiceCode.Size = New System.Drawing.Size(
138, 21)
284         Me.cmbServiceCode.TabIndex =
13
285         
'
286         
'Panel5
287         
'
288         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
289         Me.Panel5.Controls.Add(Me.btnExportExcel)
290         Me.Panel5.Controls.Add(Me.btnClose)
291         Me.Panel5.Controls.Add(Me.btnReset)
292         Me.Panel5.Location = New System.Drawing.Point(
559, 75)
293         Me.Panel5.Name =
"Panel5"
294         Me.Panel5.Size = New System.Drawing.Size(
278, 70)
295         Me.Panel5.TabIndex =
46
296         
'
297         
'btnExportExcel
298         
'
299         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
300         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
301         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
303         Me.btnExportExcel.Name =
"btnExportExcel"
304         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
305         Me.btnExportExcel.TabIndex =
5
306         Me.btnExportExcel.Text =
"&Export Excel"
307         Me.btnExportExcel.UseVisualStyleBackColor = True
308         
'
309         
'btnClose
310         
'
311         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
312         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
313         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
314         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
315         Me.btnClose.Name =
"btnClose"
316         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
317         Me.btnClose.TabIndex =
4
318         Me.btnClose.Text =
"&Close"
319         Me.btnClose.UseVisualStyleBackColor = True
320         
'
321         
'btnReset
322         
'
323         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
324         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
325         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
326         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
327         Me.btnReset.Name =
"btnReset"
328         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
329         Me.btnReset.TabIndex =
0
330         Me.btnReset.Text =
"&Reset"
331         Me.btnReset.UseVisualStyleBackColor = True
332         
'
333         
'dgw
334         
'
335         Me.dgw.AllowUserToAddRows = False
336         Me.dgw.AllowUserToDeleteRows = False
337         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
338         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
339         Me.dgw.BackgroundColor = System.Drawing.Color.White
340         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
341         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
342         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
343         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
345         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
346         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
347         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
348         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
349         Me.dgw.ColumnHeadersHeight =
30
350         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column11, Me.Column12, Me.Column13, Me.Column7, Me.Column8, Me.Column9, Me.Column14, Me.Column10})
351         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
352         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
353         DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
354         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
355         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
356         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
357         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
358         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
359         Me.dgw.DefaultCellStyle = DataGridViewCellStyle7
360         Me.dgw.EnableHeadersVisualStyles = False
361         Me.dgw.GridColor = System.Drawing.Color.White
362         Me.dgw.Location = New System.Drawing.Point(
9, 232)
363         Me.dgw.MultiSelect = False
364         Me.dgw.Name =
"dgw"
365         Me.dgw.ReadOnly = True
366         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
367         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
368         DataGridViewCellStyle8.BackColor = System.Drawing.Color.CadetBlue
369         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
370         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
371         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.DarkSlateGray
372         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
373         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
374         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
375         Me.dgw.RowHeadersWidth =
25
376         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
377         DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
378         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
380         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White
381         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle9
382         Me.dgw.RowTemplate.Height =
15
383         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
384         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
385         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
386         Me.dgw.Size = New System.Drawing.Size(
1229, 374)
387         Me.dgw.TabIndex =
43
388         
'
389         
'Column1
390         
'
391         Me.Column1.HeaderText =
"Service ID"
392         Me.Column1.Name =
"Column1"
393         Me.Column1.ReadOnly = True
394         Me.Column1.Visible = False
395         
'
396         
'Column2
397         
'
398         Me.Column2.HeaderText =
"Service Code"
399         Me.Column2.Name =
"Column2"
400         Me.Column2.ReadOnly = True
401         
'
402         
'Column3
403         
'
404         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
405         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
406         Me.Column3.HeaderText =
"Service Creation Date"
407         Me.Column3.Name =
"Column3"
408         Me.Column3.ReadOnly = True
409         
'
410         
'Column4
411         
'
412         Me.Column4.HeaderText =
"CID"
413         Me.Column4.Name =
"Column4"
414         Me.Column4.ReadOnly = True
415         Me.Column4.Visible = False
416         
'
417         
'Column5
418         
'
419         Me.Column5.HeaderText =
"Customer ID"
420         Me.Column5.Name =
"Column5"
421         Me.Column5.ReadOnly = True
422         
'
423         
'Column6
424         
'
425         Me.Column6.HeaderText =
"Customer Name"
426         Me.Column6.Name =
"Column6"
427         Me.Column6.ReadOnly = True
428         
'
429         
'Column11
430         
'
431         Me.Column11.HeaderText =
"Service Type"
432         Me.Column11.Name =
"Column11"
433         Me.Column11.ReadOnly = True
434         
'
435         
'Column12
436         
'
437         Me.Column12.HeaderText =
"Items Description"
438         Me.Column12.Name =
"Column12"
439         Me.Column12.ReadOnly = True
440         
'
441         
'Column13
442         
'
443         Me.Column13.HeaderText =
"Problems Description"
444         Me.Column13.Name =
"Column13"
445         Me.Column13.ReadOnly = True
446         
'
447         
'Column7
448         
'
449         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
450         Me.Column7.DefaultCellStyle = DataGridViewCellStyle4
451         Me.Column7.HeaderText =
"Charges Quote"
452         Me.Column7.Name =
"Column7"
453         Me.Column7.ReadOnly = True
454         
'
455         
'Column8
456         
'
457         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
458         Me.Column8.DefaultCellStyle = DataGridViewCellStyle5
459         Me.Column8.HeaderText =
"Upfront"
460         Me.Column8.Name =
"Column8"
461         Me.Column8.ReadOnly = True
462         
'
463         
'Column9
464         
'
465         DataGridViewCellStyle6.Format =
"dd/MM/yyyy"
466         Me.Column9.DefaultCellStyle = DataGridViewCellStyle6
467         Me.Column9.HeaderText =
"Estimated Repair Date"
468         Me.Column9.Name =
"Column9"
469         Me.Column9.ReadOnly = True
470         
'
471         
'Column14
472         
'
473         Me.Column14.HeaderText =
"Status"
474         Me.Column14.Name =
"Column14"
475         Me.Column14.ReadOnly = True
476         
'
477         
'Column10
478         
'
479         Me.Column10.HeaderText =
"Remarks"
480         Me.Column10.Name =
"Column10"
481         Me.Column10.ReadOnly = True
482         
'
483         
'Panel2
484         
'
485         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
486         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
487         Me.Panel2.Controls.Add(Me.lblSet)
488         Me.Panel2.Controls.Add(Me.Label1)
489         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
490         Me.Panel2.Name =
"Panel2"
491         Me.Panel2.Size = New System.Drawing.Size(
1229, 62)
492         Me.Panel2.TabIndex =
0
493         
'
494         
'lblSet
495         
'
496         Me.lblSet.AutoSize = True
497         Me.lblSet.Location = New System.Drawing.Point(
226, 24)
498         Me.lblSet.Name =
"lblSet"
499         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
500         Me.lblSet.TabIndex =
45
501         Me.lblSet.Text =
"Set"
502         Me.lblSet.Visible = False
503         
'
504         
'Label1
505         
'
506         Me.Label1.AutoSize = True
507         Me.Label1.BackColor = System.Drawing.Color.Transparent
508         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
509         Me.Label1.ForeColor = System.Drawing.Color.White
510         Me.Label1.Location = New System.Drawing.Point(
492, 16)
511         Me.Label1.Name =
"Label1"
512         Me.Label1.Size = New System.Drawing.Size(
154, 24)
513         Me.Label1.TabIndex =
0
514         Me.Label1.Text =
"List Of Services"
515         
'
516         
'frmServicesRecord1
517         
'
518         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
519         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
520         Me.BackColor = System.Drawing.Color.DarkSlateGray
521         Me.ClientSize = New System.Drawing.Size(
1271, 644)
522         Me.Controls.Add(Me.Panel1)
523         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
524         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
525         Me.MaximizeBox = False
526         Me.MinimizeBox = False
527         Me.Name =
"frmServicesRecord1"
528         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
529         Me.Panel1.ResumeLayout(False)
530         Me.GroupBox4.ResumeLayout(False)
531         Me.GroupBox4.PerformLayout()
532         Me.GroupBox3.ResumeLayout(False)
533         Me.GroupBox3.PerformLayout()
534         Me.GroupBox2.ResumeLayout(False)
535         Me.GroupBox2.PerformLayout()
536         Me.GroupBox1.ResumeLayout(False)
537         Me.Panel5.ResumeLayout(False)
538         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
539         Me.Panel2.ResumeLayout(False)
540         Me.Panel2.PerformLayout()
541         Me.ResumeLayout(False)
542
543     End Sub
544     Friend WithEvents Panel1 As System.Windows.Forms.Panel
545     Friend WithEvents Panel2 As System.Windows.Forms.Panel
546     Friend WithEvents Label1 As System.Windows.Forms.Label
547     Friend WithEvents dgw As System.Windows.Forms.DataGridView
548     Friend WithEvents Panel5 As System.Windows.Forms.Panel
549     Friend WithEvents btnClose As System.Windows.Forms.Button
550     Friend WithEvents btnReset As System.Windows.Forms.Button
551     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
552     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
553     Friend WithEvents Label2 As System.Windows.Forms.Label
554     Friend WithEvents Label4 As System.Windows.Forms.Label
555     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
556     Friend WithEvents btnGetData As System.Windows.Forms.Button
557     Friend WithEvents cmbServiceCode As System.Windows.Forms.ComboBox
558     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
559     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
560     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
561     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
562     Friend WithEvents Label3 As System.Windows.Forms.Label
563     Friend WithEvents Button1 As System.Windows.Forms.Button
564     Friend WithEvents Label5 As System.Windows.Forms.Label
565     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
566     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
567     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
568     Friend WithEvents lblSet As System.Windows.Forms.Label
569     Friend WithEvents Label6 As System.Windows.Forms.Label
570     Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
571     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
572     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
573     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
574     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
575     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
576     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
577     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
578     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
579     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
580     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
581     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
582     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
583     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
584     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
585
586 End Class


Gõ tìm kiếm nhanh...